Return

Edit Resource: DurationOverrideFixed

Description

The DurationOverrideFixed attribute under EditResource defines the duration of the override for the resources with DurationOverrideType = FixedDur.

Parameters

ParameterDescription
DurationOverrideFixedThe time in seconds for the override, to millisecond fidelity.

Examples

The resource will override a task's duration, and set it to 60 seconds.

PATCH api/resource/OpsTeam

Body:

{

"DurationOverrideFixed" : "60"

}